home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Resources / Burning & Media / GB-PVR 1.2.13 / GBPVR10213.msi / Cabs.w1.cab / baseskin.xml261 < prev    next >
Text File  |  2008-02-25  |  7KB  |  147 lines

  1. <settings>
  2.     <!-- Text Style -->
  3.     <TextStyles>
  4.         <!-- special case text style providing defaults -->
  5.         <TextStyle name="DefaultTextStyle" typeFace="Arial" size="12" style="bold"/>
  6.  
  7.         <!-- other commonly used text styles -->
  8.         <TextStyle name="ScreenNameStyle" color="#444450" size="24"/>
  9.         <TextStyle name="ButtonTextStyle" color="White" size="11"/>
  10.         <TextStyle name="GeneralTextHeaderStyle" color="Yellow" size="12"/>
  11.         <TextStyle name="GeneralTextStyle" color="White" size="12"/>
  12.     </TextStyles>
  13.  
  14.     <!-- Placements -->
  15.     <Placements>
  16.         <Placement name="ScreenName" loc="0,0" size="38,12" />
  17.         <Placement name="StandardButtonOrigin" loc="12,12" offset="5.0"/>
  18.     </Placements>
  19.  
  20.     <!-- Named Values -->
  21.     <NamedValues>
  22.         <NamedValue name="PopupCornerRadius" value="1.5"/>
  23.         <NamedValue name="PopupBorderWidth" value="2"/>
  24.     </NamedValues>
  25.  
  26.     <!-- Named Colours -->
  27.     <NamedColors>
  28.         <!-- popup colours -->
  29.         <NamedColor name="PopupBackground" color="Black"/>
  30.         <NamedColor name="PopupBorder" color="#7FFFFFFF"/>
  31.         <!-- list colours -->
  32.         <NamedColor name="ListNormal" color="#15FFFFFF"/>
  33.         <NamedColor name="ListSelected" color="#4500FF00"/>
  34.         <NamedColor name="ListSelectedInactive" color="#2500FF00"/>
  35.         <!-- misc -->
  36.         <NamedColor name="GeneralSelection" color="#4500FF00"/>
  37.     </NamedColors>
  38.     
  39.     <!-- Composite Images -->    
  40.     <CompositeImages>
  41.  
  42.         <CompositeImage name="ScreenName" size="40,12">
  43.             <DrawText text="@screenName" loc="5,5" size="100,100" textStyle="ScreenNameStyle" align="Left"/>
  44.         </CompositeImage>    
  45.  
  46.         <CompositeImage name="ButtonNormal" size="20.0,5.0">
  47.           <DrawText text="@buttonText" loc="7,12" size="100,100" textStyle="ButtonTextStyle" align="Left"/>
  48.         </CompositeImage>
  49.  
  50.         <CompositeImage name="ButtonSelected" size="22.0,5.0">
  51.                   <DrawImage filename="..\_CoreImages\button_selected.png" loc="0,0" size="100,100"/>
  52.           <DrawText text="@buttonText" loc="7,12" size="100,100" textStyle="ButtonTextStyle" align="Left"/>
  53.         </CompositeImage>
  54.  
  55.         <CompositeImage name="PopupLeftButtonNormal" size="17.0,5.0">
  56.             <DrawImage filename="..\_CoreImages\popup_button_normal.png" loc="0,0" size="100,100"/>
  57.             <DrawText text="@buttonText" loc="7,0" size="100,100" textStyle="ButtonTextStyle" align="Left" valign="Center"/>
  58.         </CompositeImage>
  59.  
  60.         <CompositeImage name="PopupLeftButtonSelected" size="17.0,5.0">
  61.             <DrawImage filename="..\_CoreImages\popup_button_selected.png" loc="0,0" size="100,100"/>
  62.             <DrawText text="@buttonText" loc="7,0" size="100,100" textStyle="ButtonTextStyle" align="Left" valign="Center"/>
  63.         </CompositeImage>
  64.  
  65.         <CompositeImage name="PopupCenterButtonNormal" size="17.0,5.0">
  66.             <DrawImage filename="..\_CoreImages\popup_button_normal.png" loc="0,0" size="100,100"/>
  67.             <DrawText text="@buttonText" loc="0,0" size="100,100" textStyle="ButtonTextStyle" align="Center" valign="Center"/>
  68.         </CompositeImage>
  69.  
  70.         <CompositeImage name="PopupCenterButtonSelected" size="17.0,5.0">
  71.             <DrawImage filename="..\_CoreImages\popup_button_selected.png" loc="0,0" size="100,100"/>
  72.             <DrawText text="@buttonText" loc="0,0" size="100,100" textStyle="ButtonTextStyle" align="Center" valign="Center"/>
  73.         </CompositeImage>
  74.  
  75.         <!-- disabled by default (uses less video card texture memory loading files directly), but can be enabled if needed 
  76.         <CompositeImage name="ScreenBackground" size="100,100">
  77.             <DrawImage filename="background.jpg" loc="0,0" size="100,100"/>
  78.         </CompositeImage>    
  79.  
  80.         <CompositeImage name="ScreenBackgroundMask" size="100,100">
  81.             <DrawImage filename="background mask.png" loc="0,0" size="100,100"/>
  82.         </CompositeImage>    
  83.                 -->
  84.     </CompositeImages>
  85.     
  86.     <!-- Common images, used for backgrounds on various things -->
  87.     <CommonImages>
  88.         <!-- misc -->
  89.         <CommonImage name="ListBackground">
  90.             <DrawCommonImage name="ListBackground"/>
  91.         </CommonImage>
  92.         
  93.         <!-- details view -->
  94.         <CommonImage name="DetailsViewNormalItemBackground">
  95.             <DrawRoundedRect loc="0.5,0.5" size="99,98" fillColor="ListNormal" borderColor="Transparent" radius="1" borderWidth="0"/>
  96.         </CommonImage>
  97.         <CommonImage name="DetailsViewSelectedItemBackground">
  98.             <DrawRoundedRect loc="0.5,0.5" size="99,98" fillColor="ListSelected" borderColor="Transparent" radius="1" borderWidth="0"/>
  99.         </CommonImage>
  100.         <CommonImage name="DetailsViewSelectedInactiveItemBackground">
  101.             <DrawRoundedRect loc="0.5,0.5" size="99,98" fillColor="ListSelectedInactive" borderColor="Transparent" radius="1" borderWidth="0"/>
  102.         </CommonImage>
  103.  
  104.         <!-- list view -->
  105.         <CommonImage name="ListViewNormalItemBackground">
  106.             <DrawRoundedRect loc="0.5,0.5" size="99,98" fillColor="ListNormal" borderColor="Transparent" radius="1" borderWidth="0"/>
  107.         </CommonImage>
  108.         <CommonImage name="ListViewSelectedItemBackground">
  109.             <DrawRoundedRect loc="0.5,0.5" size="99,98" fillColor="ListSelected" borderColor="Transparent" radius="1" borderWidth="0"/>
  110.         </CommonImage>
  111.         <CommonImage name="ListViewSelectedInactiveItemBackground">
  112.             <DrawRoundedRect loc="0.5,0.5" size="99,98" fillColor="ListSelectedInactive" borderColor="Transparent" radius="1" borderWidth="0"/>
  113.         </CommonImage>
  114.  
  115.         <!-- icon view -->
  116.         <CommonImage name="IconViewNormalItemBackground">
  117.             <DrawRoundedRect loc="0.5,0.5" size="99,98" fillColor="ListNormal" borderColor="Transparent" radius="1.5" borderWidth="0"/>
  118.         </CommonImage>
  119.         <CommonImage name="IconViewSelectedItemBackground">
  120.             <DrawRoundedRect loc="0.5,0.5" size="99,98" fillColor="ListSelected" borderColor="Transparent" radius="1.5" borderWidth="0"/>
  121.         </CommonImage>
  122.         <CommonImage name="IconViewSelectedInactiveItemBackground">
  123.             <DrawRoundedRect loc="0.5,0.5" size="99,98" fillColor="ListSelectedInactive" borderColor="Transparent" radius="1.5" borderWidth="0"/>
  124.         </CommonImage>
  125.  
  126.         <!-- filmstrip view -->
  127.         <CommonImage name="FilmstripViewPreviewBackground">
  128.             <DrawRoundedRect loc="0.5,0.5" size="99,98" fillColor="ListNormal" borderColor="Transparent" radius="1.5" borderWidth="0"/>
  129.         </CommonImage>
  130.         <CommonImage name="FilmstripViewNormalItemBackground">
  131.             <DrawRoundedRect loc="0.5,0.5" size="99,98" fillColor="ListNormal" borderColor="Transparent" radius="1.5" borderWidth="0"/>
  132.         </CommonImage>
  133.         <CommonImage name="FilmstripViewSelectedItemBackground">
  134.             <DrawRoundedRect loc="0.5,0.5" size="99,98" fillColor="ListSelected" borderColor="Transparent" radius="1.5" borderWidth="0"/>
  135.         </CommonImage>
  136.         <CommonImage name="FilmstripViewSelectedInactiveItemBackground">
  137.             <DrawRoundedRect loc="0.5,0.5" size="99,98" fillColor="ListSelectedInactive" borderColor="Transparent" radius="1.5" borderWidth="0"/>
  138.         </CommonImage>
  139.         
  140.         <!-- misc -->
  141.         <CommonImage name="GeneralSelection">
  142.             <!-- <DrawRoundedRect loc="1,2" size="98,96" fillColor="BackwardDiagonal:#002200-#008800" borderColor="Transparent" radius="1" borderWidth="0"/> -->
  143.             <DrawRoundedRect loc="1,2" size="98,96" fillColor="GeneralSelection" borderColor="Transparent" radius="1" borderWidth="0"/>
  144.         </CommonImage>
  145.     </CommonImages>
  146.  
  147. </settings>